Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit a56a71d

Browse files
committed
add oregon EC2 dev instance
1 parent 5d3dcbf commit a56a71d

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

DevOps/1_ServerlessApplicationModel/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,13 @@ We also release the CLI as binaries that you can download and instantly use. You
159159

160160
If you're unable to install SAM Local on your workstation, you may find it easier to use SAM Local on an Amazon Linux EC2 instance. In this case, you will not be performing work locally on your laptop, instead you will connect remotely into an EC2 instance to perform editing and testing.
161161

162-
<details>
163-
<summary><strong>Amazon Linux (EC2) SAM Local Installation</strong></summary>
164-
<p>
165-
166-
###### Launch and Configure Amazon Linux EC2 Instance
167-
168162
1. [Create a keypair](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html), if you do not have one already.
169163

170164
1. To launch an EC2 instance with the required dependencies, click on the **Launch Stack** button for your region below. You will need to select the keypair that you created in the previous step, as well as a VPC and Subnet for your EC2 instance:
171165

172166
Region| Launch
173167
------|-----
168+
US (Oregon) | [![Launch Module 1 in us-west-2](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?stackName=DeveloperInstance&templateURL=https://s3.amazonaws.com/fsd-aws-wildrydes-us-west-2/developer-instance.yml)
174169
EU (Ireland) | [![Launch Module 1 in eu-west-1](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?stackName=DeveloperInstance&templateURL=https://s3.amazonaws.com/fsd-aws-wildrydes-eu-west-1/developer-instance.yml)
175170
Asia Pacific (Sydney) | [![Launch Module 1 in ap-southeast-2](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/create/review?stackName=DeveloperInstance&templateURL=https://s3.amazonaws.com/fsd-aws-wildrydes-ap-southeast-2/developer-instance.yml)
176171

@@ -225,8 +220,6 @@ On your workstation, open a new terminal and run the following command. In the
225220
226221
![Bitvise Tunnel Config](images/bitvise-tunnel-config.png)
227222
228-
</details>
229-
230223
231224
## SAM Local Development
232225

DevOps/CloudFormation/developer-instance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Mappings:
1818
amiId: "ami-9aa313e3"
1919
ap-southeast-2:
2020
amiId: "ami-8c5db7ee"
21+
us-west-2:
22+
amiId: "ami-8a35edf2"
2123

2224
Resources:
2325
DeveloperInstance:

0 commit comments

Comments
 (0)