Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »




the Issue ; 

Select Events

Start from the bottom  

and look for the first issue


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

AMI avaialble per region
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   |



from the AWS market place 

Just launch an EC2 Instance













  • No labels