KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
AccountManagement
★ 11
Open GitHub ↗
Chapter 9 of the AWS Cookbook
Download README (.md)
Explore Similar Repositories
NukeJndiLookupFromLog4j
:
Selection of ways to remove JndiLookup in now obsolete Minecraft versions, or versions that still have log4j < 2.10 and is unable to use `-Dlog4j2.formatMsgNoLookups=true`
awesome-vpn-
:
SSR Free VPN/proxy,server,account,link list.科学上网,翻墙,梯子,服务器,客户端,账号,app
product-feedback-app-fe
:
A full-stack application that allows users to create, update and delete feedback suggestions. A Frontend Mentor challenge.
sigma_redcanaryco
:
Knowing which rule should trigger according to the redcannary test
avalanche-dapp-tutorial
:
A dApp for an accompanying article on building on the Avalanche network
// 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
AccountManagement
?
Download (.md)
# Chapter 9 - Account Management ## 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 ```