Not receive an email containing the URL for the web interface after creating AWS CloudFormation stack

0

I'm following this tutorial https://docs.aws.amazon.com/solutions/latest/iot-device-simulator/deployment.html.

At Step 2, after creating AWS CloudFormation stack, I didn't receive any email which contains the URL for the web interface, admin credentials, and a temporary password. i tried doing stack creation again but still no email. Maybe i did something wrong? Is there any other way to get the above information other than email?

Thanks!

1 Answer
0

Looking at the template, the URL is part of the Output of the CloudFormation template. You can find this in the AWS Console -> CloudFormation -> Stack -> Outputs tab.

The email is suppose to come from Cognito. So, you could go into Cognito User Pool and set the password there.

Always check your Spam folder too. :)

I'm looking at this template, https://s3.amazonaws.com/solutions-reference/iot-device-simulator/latest/iot-device-simulator.template. There is a Output, ConsoleURL. When you look at resource, ConsoleUserPoolEC556DE1, that is what the email also contains.

profile pictureAWS
EXPERT
kentrad
answered 9 months ago
  • Dear kentrad, thanks for your support. I did check the Outputs tab. You mean the URL is value of BucketDomainName? But when I clicked it, I receive a screen with an error:

    <Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>DSMK3MXVNQSPJ656</RequestId> <HostId>e+9whqcBjHUQq6VJrVy3+yrtZUm7Hx0FvQL9neFyUDl7riOcJdjCPw3/T+2KhQ18KcwJoILnpPvjAWJlVFA82w==</HostId> </Error>

    Is the template missing something like the policy? And, nothing at spam :(

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions