To use AWS ElasticBeanstalk, we have to create a IAM user first.
-
After logging in AWS, go to
IAMunderServices. -
Click
Create New GroupunderGroupsand specify a group name (here, assumed asElasticBeanstalkFullAccess). -
Attach policy
AWSElasticBeanstalkFullAccessto the groupElasticBeanstalkFullAccess. -
Click
Create New UsersunderUsersto create a new user supposed to use ElasticBeanstalk. During the process, it will prompt you to download security credentials composed byAWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY. -
Under
Users, add the user to the groupElasticBeanstalkFullAccess.
From now on, you should be able to use ElasticBeanstalk with the security credentials downloaded.
comments powered by Disqus