-
-
Notifications
You must be signed in to change notification settings - Fork 39.3k
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
Deploy Static Site with AWS S3 and CloudFront #7721
Comments
Suggested roadmapThe project focuses on setting up an AWS account with the necessary permissions to manage and deploy resources effectively. Through this project, you will gain hands-on experience with IAM (Identity and Access Management) roles, policies, and permission structures within AWS. Project Objectives
Prerequisites
Suggested Steps
Sample IAM Policy Outline{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"s3:ListBucket",
"rds:DescribeDBInstances"
],
"Resource": "*"
}
]
} This policy grants permissions to list and describe resources in EC2, S3, and RDS. You can modify actions and resources as needed. Additional Considerations
|
sbmagar13
changed the title
Deploy Static Site on AWS S3 and CloudFront
Deploy Static Site with AWS S3 and CloudFront
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Roadmap is this project for?
DevOps Roadmap
Project Difficulty
Intermediate
Add Project Details
Requires AWS account with necessary permissions
The text was updated successfully, but these errors were encountered: