Skip to content

Commit ef120b5

Browse files
author
Dave Conway-Jones
committed
Update aws.md
1 parent bc64bb4 commit ef120b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/aws.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You will be asked if you wish to use ssh. If you do, please ensure you have ssh
4747
1. Create a `package.json` file with the following content (replacing "demoapp" with your app name)
4848

4949
```javascript
50-
{
50+
{
5151
"name": "demoapp",
5252
"version": "1.0.0",
5353
"description": "node-red demo app",
@@ -85,7 +85,7 @@ You will be asked if you wish to use ssh. If you do, please ensure you have ssh
8585

8686
Node-RED is now accessible directly from the web url of the application. However this is insecure and does not work very well for logging. Instead we will configure direct access to the administration port of node-red on the ec2 instance it is using.
8787

88-
1. In the AWS Console, select EC2, then select security groups. You will see a set of security groups. Select one with the name of your environment and a description of "Security Group for ElasticBeanstalk Environment". Once selected, click on "Actions" and then "Edit inbound settings". A dialog box with rules with appear. Add a new rule. Set type to "all traffic" and source to "my ip". Save the rule.
88+
1. In the AWS Console, select EC2, then select security groups. You will see a set of security groups. Select one with the name of your environment and a description of "Security Group for ElasticBeanstalk Environment". Once selected, click on "Actions" and then "Edit inbound settings". A dialog box with rules with appear. Add a new rule. Set type to "all traffic" and source to "my ip". Save the rule.
8989

9090
2. Select the EC2 instance which is running the node-red application. copy its IP address
9191

@@ -154,7 +154,7 @@ can use pm2:
154154
pm2 save
155155
pm2 startup
156156

157-
*Note:* this final command will prompt you to run a further command - make sure you do as it says.
157+
**Note:** this final command will prompt you to run a further command - **make sure you do as it says**.
158158

159159
### Next steps
160160

0 commit comments

Comments
 (0)