https://github.com/iwatake2222/aws_cloudformation_template
AWS CloudFormation template
https://github.com/iwatake2222/aws_cloudformation_template
Last synced: 4 months ago
JSON representation
AWS CloudFormation template
- Host: GitHub
- URL: https://github.com/iwatake2222/aws_cloudformation_template
- Owner: iwatake2222
- Created: 2023-08-12T12:07:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T12:13:35.000Z (over 1 year ago)
- Last Synced: 2025-06-11T21:39:37.817Z (4 months ago)
- Language: Python
- Size: 1.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CloudFormation template
## Pre-requisite
- Create an IAM User and create an Access Key in AWS Console
- Install AWS CLI version 2 in your PC```
# ~/.aws/config
[default]
region = ap-northeast-1
output = json
``````
# ~/.aws/credentials
[default]
aws_access_key_id = ooo
aws_secret_access_key = ooo
```- Generate ssh key
```sh
ssh-keygen
```- (Optional) Instal lsession manager
```sh
curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
sudo dpkg -i session-manager-plugin.deb
```