Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1- find ami id using aws cli ( use bash,  use aws  credentials and then use the long command )

...

Code Block
titleaws find ami id
collapsetrue
bash

aws ec2 describe-images \
    --owners 'aws-marketplace' \
    --filters 'Name=product-code,Values=aw0evgkw8e5c1q413zgy5pjce' \
    --query 'sort_by(Images, &CreationDate)[-1].[ImageId]' \
    --output 'text' \
	--region us-west-2



vSRX on AWS
18.4

ami-0cf5905679d7747fd ( US-WEST-2 / Oregon )

ami-0053111d7a7e064f2  ( London / EU-west-2 )


15.1ami-f4958c90 ( London / EU-west-2 )


...

Market Place for AMI:  https://aws.amazon.com/marketplace/


paravirtual (PV) or hardware virtual machine (HVM).

The main differences between PV and HVM AMIs are the way in which they boot and whether they can take advantage of special hardware extensions (CPU, network, and storage) for better performance.

For the best performance:  current generation instance types and HVM AMIs

EBS:  Elastic Block Store          provides raw block-level storage that can be attached to Amazon EC2 instances.

solid-state drives (SSDs)   Vs    HDD

Amazon EC2 Instance Types

...