Simple script to create S3 Dev account with a predefined bucket policy
-
Make sure you have the
awsAWS CLI installed and configured (working with a profile loaded, e.g.default) -
Copy the accounts configuration default file
cp accounts.default.yml accounts.ymlEdit the configuration file (accounts.yml) with your desired account names
Modify lib/config to make sure the region and the profile match the region you want the S3 Bucket to be created in and the profile to be used (e.g. default)
rake
Feel free to clone and/or fork the repo.
Cheers,
@makevoid