AWS General


High level: Some key gotcha in learning AWS

  • the difficult part lies on how to setup infrastructure correctly. This requires knowledge from different areas and different AWS service.
  • it is very important to learn deployment tools, like CloudFormation. And the provision tool, like Ansible.

Access AWS

There are multiple way of access AWS.

  • Management console
  • ssh with .pem key
  • Access key and password (via CLI and SDK)
  • STS
  • Centrify or other method

Management Console

  • default for root user
  • for managed user, login with url:
    • ????

using access key and password

using STS


Related to EC2:

Access EC2 instance:

Normally, we use .pem key to login to AWS services. But there are services like Centrify that provide username and password style login method.

ssh -i /*path*/my-key-pair.pem user-name@ec2-198-51-100-1.compute-1.amazonaws.com
or 
ssh -i jinchao.pem ubuntu@54.149.233.8  # public IP

user-name is defined by AMI provider. For Amazon Linux, the user name is ec2-user. For Ubuntu, the user name is ubuntu.

  • Transfer file into EC2:
scp -i /*path*/my-key-pair.pem SampleFile.txt ec2-user@ec2-198-51-100-1.compute-1.amazonaws.com:~

questions: ?

  • several network concepts: hwo do they work together ?

    • network-interface
    • subnet
    • VPC
    • public and private IP
    • DNS
    • security group
  • how to use roles, policy and security group to control EC2 instance



最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • PLEASE READ THE FOLLOWING APPLE DEVELOPER PROGRAM LICENSE...
    念念不忘的閱讀 13,660評(píng)論 5 6
  • Spring Cloud為開發(fā)人員提供了快速構(gòu)建分布式系統(tǒng)中一些常見模式的工具(例如配置管理,服務(wù)發(fā)現(xiàn),斷路器,智...
    卡卡羅2017閱讀 136,568評(píng)論 19 139
  • CLI Configuration Quick configuration To update any of yo...
    abrocod閱讀 2,223評(píng)論 0 0
  • 理想三旬 2017年2月27日傍晚五點(diǎn)半收到衛(wèi)寧健康合肥的面試軟件測(cè)試工程師實(shí)習(xí)生崗位的郵件,欣喜若狂。第二天打...
    二鳳的明月閱讀 1,700評(píng)論 0 3

友情鏈接更多精彩內(nèi)容