Skip to content

vutoan1245/AWS-Architecture-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CloudFormation Templates

Welcome to my collection of AWS CloudFormation templates! This repository contains various templates to help you quickly set up and manage different AWS architectures. Each template is designed to be reusable and configurable, making it easy to deploy complex infrastructure with minimal effort.

Getting Started

To use these templates, you'll need an AWS account and the AWS CLI installed on your local machine. You can find instructions on how to install the AWS CLI here.

Deployment

You can deploy this template using the AWS Management Console or the AWS CLI. To deploy using the AWS CLI, save the template as template.yaml and run the following command:

aws cloudformation create-stack --stack-name my-static-website --template-body file://template.yaml --capabilities CAPABILITY_NAMED_IAM

Replace my-static-website with your desired stack name. This will create the necessary AWS resources to host a static website using S3 and CloudFront.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published