Score:0

block public access to the AWS Elastic Beanstalk URL

sa flag

I have a node.js app running on AWS Elastic Beanstalk. I have setup a domain pointing to a CDN distribution which is pointing to the EBS. But the web app is also accessible via the EBS URL directly. I want to block public access to the EBS URL. how can I achieve that?

Score:1
us flag

Since Feb 2022, this is possible to be done thanks to AWS managed prefix lists

You basically just need to:

  • Get the prefix list ID from your VPC page
  • Modify the SG to only accept HTTP from the PrefixId in the above step
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.