AWS AMI Automation using Jenkins and Cloud Formati

2019-08-31 04:26发布

问题:

Now, i'm creating AWS AMI manually from an EC2 instance. and i would like to automate the process using Jenkins build process.

I've configured the jenkins-cloudformation plugin with the credentials and tried to trigger the cloud formation template to launch the EC2 instance. From here how can i proceed the automation process to create the AMI with in the cloud formation template?

Can someone help me on this?