Skip to content

Commit

Permalink
feat: remove https
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBobrovskiy committed Oct 30, 2024
1 parent b16e61e commit b08f005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdk/constructs/BeanstalkDistribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export class BeanstalkDistribution extends Construct {
})

this.securityGroup.addIngressRule(Peer.anyIpv4(), Port.tcp(80), 'Allow HTTP traffic')
this.securityGroup.addIngressRule(Peer.anyIpv4(), Port.tcp(443), 'Allow HTTPS traffic')

this.ebApp = new elasticbeanstalk.CfnApplication(this, 'EbApp', {
applicationName: `${id}-eb-app`
Expand Down

0 comments on commit b08f005

Please sign in to comment.