pip install --upgrade localstack awscli-local terraform-local
awslocal s3api create-bucket --bucket testwebsite
# ~/.aws/config
[profile PROFILE_NAME]
sso_start_url=https://SSO_PORTAL_NAME.awsapps.com/start
sso_region=AWS_REGION
sso_account_id=AWS_ACCOUNT
sso_role_name=AdministratorAccess
output = yaml
teleport: | |
data_dir: /var/lib/teleport | |
auth_service: | |
enabled: "yes" | |
proxy_service: | |
enabled: "yes" | |
public_addr: teleport.example.com:8080 | |
ssh_service: | |
enabled: "no" |
1 2021-12-23 06:38:10 systemctl enable --now cockpit.socket
4 2021-12-23 06:38:10 yum install zsh
6 2021-12-23 06:38:10 yum install git
7 2021-12-23 06:38:10 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
20 2021-12-23 06:38:10 curl https://get.trunk.io -fsSL | bash 50 2021-12-18 10:47:26 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash 51 2021-12-18 10:47:48 export NVM_DIR="$HOME/.nvm" 52 2021-12-18 10:47:48 [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm 53 2021-12-18 10:47:49 [ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" 55 2021-12-18 10:48:06 nvm install node
terraform plan \ | |
-target="aws_launch_configuration.tfer--sensformer-002D-weatherapi20210301191443117900000001" \ | |
-target="aws_autoscaling_group.tfer--tf-002D-asg-002D-20201118172430104500000036" |
git config user.name "Mohammed Yahya"
git config user.email [email protected]
To upgrade from older versions, read more about other versions here:
Once completed, most noted updates you need to check are the following: