We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5a087 commit 30e4c02Copy full SHA for 30e4c02
labs/unicorn-store/infrastructure/cfn/java-on-aws-workshop-ide-only.yaml
@@ -261,6 +261,18 @@ Resources:
261
- javaonawsworkshopIdePrefixListResource920A7F10
262
- PrefixListId
263
ToPort: 80
264
+ javaonawsworkshopIdeSecurityGroupfromInternet8080:
265
+ Type: AWS::EC2::SecurityGroupIngress
266
+ Properties:
267
+ Description: HTTP 8080 from Internet
268
+ FromPort: 8080
269
+ GroupId:
270
+ Fn::GetAtt:
271
+ - javaonawsworkshopIdeSecurityGroup34BA1277
272
+ - GroupId
273
+ IpProtocol: tcp
274
+ CidrIp: 0.0.0.0/0
275
+ ToPort: 8080
276
javaonawsworkshopInstanceProfile3D31AAC7:
277
Type: AWS::IAM::InstanceProfile
278
Properties:
0 commit comments