Adding your IAM Credentials
Seed needs your AWS IAM credentials to deploy your project on your behalf to your AWS account.
The IAM permissions that Seed requires is made up of:
- The permissions that Seed needs
- And the permissions Serverless Framework needs to deploy your app
Seed can help you create an IAM user with the necessary credentials. Hit the Help me create an IAM user link.
Review the permissions that Seed needs.
Next, customize the permissions that Serverless Framework needs to deploy your app. By default these permissions are very broad since this depends specifically on your app. If you are already using a set of IAM permissions to deploy, you can paste them here.
Alternatively, you can read the Customizing your IAM Policy chapter; to get a better idea on how to craft an airtight policy.
Once you are done customizing the permissions, Seed will put the two above sets of permissions together. And will help you create an IAM user using CloudFormation.
Hit the Create an IAM User using CloudFormation button.
This will redirect you to CloudFormation on your AWS Console.
Scroll down to the bottom of the page, hit the I acknowledge that AWS CloudFormation might create IAM resources. and click Create.
CloudFormation will now create a Seed IAM user. This will take a minute or two.
Once complete, expand the Outputs section. And copy the AccessKey and SecretKey.
Paste it back over on Seed.
Hit Add App to complete creating your app!
Help improve this page. Edit it with GitHub
Was this page helpful? Let us know via Twitter
Having trouble configuring a CI/CD pipeline for your Serverless apps? Let Seed do it for you!
Learn More