To use AWS ElasticBeanstalk, we have to create a IAM user first.
-
After logging in AWS, go to
IAM
underServices
. -
Click
Create New Group
underGroups
and specify a group name (here, assumed asElasticBeanstalkFullAccess
). -
Attach policy
AWSElasticBeanstalkFullAccess
to the groupElasticBeanstalkFullAccess
. -
Click
Create New Users
underUsers
to create a new user supposed to use ElasticBeanstalk. During the process, it will prompt you to download security credentials composed byAWS_ACCESS_KEY_ID
andAWS_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