https://github.com/renuo/create_aws_application
A simple bash script to create an application on Amazon S3, with a CloudFront distribution as well!
https://github.com/renuo/create_aws_application
aws cloudfront r-alessandrorodi
Last synced: 3 months ago
JSON representation
A simple bash script to create an application on Amazon S3, with a CloudFront distribution as well!
- Host: GitHub
- URL: https://github.com/renuo/create_aws_application
- Owner: renuo
- License: mit
- Created: 2017-05-08T13:23:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T14:22:19.000Z (over 7 years ago)
- Last Synced: 2025-01-08T14:12:23.785Z (5 months ago)
- Topics: aws, cloudfront, r-alessandrorodi
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Creates a series of buckets on Amazon S3 which follow the Renuo Standard Flow.
By default three buckets application_name-master, application_name-develop and application_name-testing are created.
Edit the script to change the default behaviour.
You can execute running:
./aws_create_application application_name [aws profile] [policy name]
The script will print the AWS credentials to access each bucket.
A CloudFront distribution will be created in front of each bucket as well.