Skip to content

Cap10Coderman/AWS-CFTs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-CFTs

This repository contains Cloudformation templates written in YAML for creating and deploying various services.

Authors

Deployment

To clone this project to local.. run

  git clone https://github.com/Cap10Coderman/AWS-CFTs.git

Creating Stack in Cloudformation.

Make sure the IAM User creating this stack has necessory permission to perform the action.

Creating the stack

aws cloudformation create-stack \
--stack-name (Stack_Name) \
--template-body file://(filename) \
--region ap-south-1 \
--tags Key=user,Value=coderman Key=project,Value=research \
--capabilities CAPABILITY_IAM

Updating the stack

aws cloudformation update-stack \
--stack-name (Stack_Name) \
--template-body file://(filename) \
--region ap-south-1 \
--tags Key=user,Value=coderman Key=project,Value=research \
--capabilities CAPABILITY_IAM

Delete the stack

aws cloudformation delete-stack \
--stack-name (Stack_Name) \
--region ap-south-1 \

Hi, I'm Cap10Coderman! 👋

🚀 About Me

I'm a Security Engineer and a developer...

🛠 Skills

AWS Cloud Security, Cost Analysis, Configuring and patching...

🔗 Links

portfolio

linkedin

Are you intersted in knowing me..

👩‍💻 I'm currently working on AWS..

🧠 I'm currently learning CyberSecurity.

👯‍♀️ I'm looking to collaborate on CyberSecurity Projects.

📫 Reach me at https://unnikrishnansi.wixsite.com/unnikrishnan-si

😄 Pronouns

⚡️ Fun fact

About

This Repository contains CloudFormation Templates for creating AWS Services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published