KO
|
EN
gitlite — search
Search
#javascript
#dotfiles
#ruby
#shell
#hacktoberfest
#python
#nodejs
#java
#inactive
#unmaintained
#blog
#personal-website
Security
★ 50
Open GitHub ↗
Chapter 1 of the AWS Cookbook
Download README (.md)
Explore Similar Repositories
zeebe-process-test
:
Testing project for Camunda Platform 8
crowdsec-docs
:
CrowdSec Documentation: Comprehensive guides, tutorials, and references for installing, configuring, and using CrowdSec, an open-source cybersecurity platform. Contributions welcome!
easymod
:
Modding for the modern age.
compose-photo-integration
:
Building a Simple Photo App with Jetpack Compose, CameraX, and Kotlin coroutines
DVL_SLAM_ROS
:
DVL_SLAM_ROS
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Security
?
Download (.md)
# Chapter 1 - Security ## Set and export your default region: ``` export AWS_REGION=us-east-1 ``` ## Set your AWS ACCOUNT ID:: ``` AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text) ``` ## Validate AWS Cli Setup and access: ``` aws ec2 describe-instances ```