Skip to main content

All Questions

0 votes
2 answers
3k views

Parameter values are not working in aws cli Cloudformation

I am running my cloud-formation template by AWS CLI. It is working properly and creating stack on the AWS portal but I am facing one issue i.e not able to change the default parameter values. I am ...
shubham kamboj's user avatar
0 votes
1 answer
42 views

Want to access VPC value from different VPC cloud-formation template

I've created different cloudformation template of VPC at different account. I want to access VPC value (Nacl, security Group, natGateway, vpcPeering) from different VPC to my current VPC ...
abhishek's user avatar
0 votes
0 answers
384 views

Deploy cloud-formation from on-Premise Jenkins

I am trying to create a CI/CD pipeline which will deploy a cloudformation template to AWS.I thought of using AWS CLI from jenkins to deploy the template. My pipeline looks like below pipeline { ...
AWS_Lernar's user avatar
0 votes
2 answers
99 views

Advice for Simple AWS CLI provisioning on Free Tier

PREFACE: I'm not asking "how do you do this?". I'd be very grateful to hear your opinion on the appropriate AWS solution(s) based on the following criteria. It's basically "hello world". It's ...
QuailAndQuasar's user avatar