From the course: AWS for Developers: SNS, SQS, and SWF

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Set up a test server

Set up a test server - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: SNS, SQS, and SWF

Start my 1-month free trial

Set up a test server

- [Instructor] In the AWS Console, click on Services in the menu at the top, and then in the search bar type "iam" and click on the entry that autocompletes. Instead of using my access keys directly on my test server, I'm going to set up an IAM role that'll grant my EC2 instance access to all of the services that we're going to use in this course. On the left-hand menu, click on Roles and click the Create roll button. Click EC2, and then click next. In the Policy search bar, type in "sqs" and then click the check box next to AmazonSQSFullAccess. Then go back up to the search bar, clear out your original search, and then type in "sns" and then click on the check box next to AmazonSNSFullAccess. Clear out your search one more time, and this time in the search bar type "workflow" and now click the check box next to SimpleWorkflowFullAccess. Click Next and then click Next again. For the role name type…

Contents