1.AWS EC2 compute service-Instance & Creation

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • AWS EC2 compute service-Instance & Creation
    Launch an Instance Steps:
    1.Name & Additional Tag- Name, Owner, Value
    2.Application & OS image(Amazon Machine Image)- OS Linux,windows, Mac, Red Hat,etc
    3.Instance Type- T2 micro fro free, Mseries for Web, Rseries for database like RDS
    4. Key pairs- public key - RSA, private key (format-.pem for Linux & .ppk for windows ) private download
    5. Network settings - VPC, subnet, firewall security groups, inbound type:ssh, outbound type: http for web, protocol: Tcp
    6. Configure Storage- gp2, gp3
    7. create instance
    8. Successful launch - Instance id, public id, private id, VPC id, subnet id, security id-IAM role,owner id, status check- system & instance
    9. Connect the instance
    10. .pem file copy from ssh client & paste to download .pem file

Комментарии •