Versions Compared

Key

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




the Issue ; 

Image Modified

Select Events

Image Modified

Start from the bottom  

and look for the first issue

Image Modified


Invalid value 'C4.Xlarge' for InstanceType. (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterValue; Request ID: 08e3e680-7ae7-4347-8f31-b5d16709e310)


From the cf template

"Mappings" : {

"JunipervSRXAMI" : {
"us-east-1" : { "byol" : "ami-016c15d19bd2cbf61" },

. . . 

check the image or the availability in regionAWS AMI id with awscli


Code Block
titleAMI avaialble per region
collapsetrue
On Powershell:

aws --region us-east-1 ec2 describe-images --filters Name=name,Values=junos-vsrx* --query 'Images[*].{ID:ImageId,Name:Description}' --no-verify
. . 
------------------------------------------------------------------------
|                            DescribeImages                            |
+------------------------+---------------------------------------------+
|           ID           |                    Name                     |
+------------------------+---------------------------------------------+
|  ami-001388050a11e4962 |  junos-vsrx3-x86-64-19.1R2.8-appsec--prod   |
|  ami-0014b94c93b61736a |  junos-vsrx3-x86-64-19.1R1.6-appsec         |
|  ami-00fd1f45ed9848f93 |  junos-vsrx3-x86-64-19.1R1.6                |
|  ami-016c15d19bd2cbf61 |  junos-vsrx3-x86-64-19.4R2.6-byol--prod     |  <<<<<<<<<<<< this one
|  ami-01c3f1a5910e3a008 |  junos-vsrx3-x86-64-19.3R2.9-appsec--prod   |


Check the market place for vSRXhttps://aws.amazon.com/marketplace/pp/B01LYWCGDX?ref=cns_srchrow#pdp-pricing

Or Just launch an EC2 Instance: vSRX


Image Added