-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure AWS #2
Conversation
AWS Configuration filesTo deploy successfully to our S3 bucket on AWS, we need a few special configuration files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome change
AWS Configuration - S3 Buckets
GitHub Actions is cloud agnostic, so any cloud will work. We'll show how to deploy to AWS in this course.
S3 Buckets
Amazon S3 Buckets are a very flexible type of data storage -- they can be configured to work in many different types of ways. They're popular for their security, scalability, and dependability. Our S3 Bucket will store our application, both in staging and in production.
Step 5: Confirm AWS S3 configuration
⌨️ Activity: Create an S3 bucket
aws-config.yml
file to match..github/aws-config.yml
file on this branch, or use this quick link. (We recommend opening the quick link in another tab.)s3_bucket:
to match your chosen bucket name.region:
value matches your chosen region for the S3 bucket.I'll respond when I detect a commit on this branch.