iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 14
0
自我挑戰組

AWS Certified Solution Architect 系列 第 14

AWS Certified Solution Architect - AWS CLI & SDK

AWS CLI

Control multiple AWS service from the command line and automate them through scripts.

AWS CLI is installed with Python script, you should install Python before install AWS CLI.
AWS CLI lets you interact with AWS from anywhere by simply suing a command line.

you can from the CLI perform action such as :

  • List buckets, upload data to S3
  • Lanch, stop, start or terminate EC2 instance
  • Update security groups, create subnets
  • etc...

there are some important flags that you should know:

  • --profile : switch between AWS accounts
  • --output : change the output between json, table and text

AWS SDK

Control multiple AWS service using programing languages

A Software Development Kit(SDK) is a set of tools and libraries that you can use to create applications for a specific software package.

THE AWS SDK is available for the following languages:

  • C++
  • Go
  • Java
  • Javascript
  • .NET
  • NodeJs
  • PHP
  • Python
  • Ruby

Programmactic Access

When you enable Programmatic Access for AWS users, they will have the ability create Access Key ID and Secret Access Key
These are collectively known as AWS Credentials

You will want to stored your credentials in your user's home (ex. ~/.aws/credentials)
The credentials files allow you to manage multiple credentials(called profiles)
https://ithelp.ithome.com.tw/upload/images/20200914/20129560UFqXh0Kgg2.png


上一篇
AWS Certified Solution Architect - Cognito
下一篇
AWS Certified Solution Architect - DNS(Part 2)
系列文
AWS Certified Solution Architect 30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言