Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added AutoScale-Group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Deploy-to-EC2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions Lab2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Armory Spinnaker AWS Quickstart
## Deploy to EC2 AutoScale Groups

1. Create Application called "**YourName**" by clicking "**Applications**" tab > "**Action**" (top right) > "**Create New App**" with the following Settings

![No CREATE Permission](/New-App.png)

2. Go into Application "**YourName**" and create first pipeline to deploy and EC2 instance
3. Click **Add Stage +** and search for a **Bake** stage to bake AMI
4. Select the AWS Region you would like to deploy in
5. Click **Add Server Group** and configure basic AMI bake settings (Account, Region, Subnet, Instance Type, and AWS SSH key)
6. Click **Done** and then **Save Changes** in the bottom right corner
7. Click **Add Stage** and add another stage called **Deploy** for AWS EC2
8. Click the "**Back to Execution**" button on the top left of the Pipeline Name
9. Run your Pipeline and Validate! The end result will be an Auto Scaling Group build within your AWS subnet.

### EC2 Pipeline and deployment

![No CREATE Permission](/Deploy-to-EC2.png)

### Note - Don't mind the red dot in the Bake Stage. It's informational suggesting a CI Trigger should be configured for a Bake Stage to ensure you are deploying the latest code and artifacts

![No CREATE Permission](/AutoScale-Group.png)

Now Review your what your pipeline has created in Spinnaker. Look at the Server Groups and Instance.
Binary file added New-App.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# training
Training Material for Gardening Days

#Introduction to Spinnaker Lab 2: AWS Quickstart

##Objective: Build pipeline on AWS Provider to deploy ec2 instance from Spinnaker as AutoScale Groups