Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When defining a VPC, would should define a network CIDR block as 172.0.x.x/16. 172 range was chosen as there would be no conflict with any existing HEE/NHS infra if we needed connect them. /16 would give us more than 64k IP addresses per VPC, more than plenty

  • Regions - there is a limit to these (5 VPC’s per region) but it can be increased. We are to target the EU-West2 London region to ensure any data is kept within the confines of the UK so that we keep within regulations

  • AZ (Availability Zones) These are locations within the selected region analogous to datacenters and we’ve chosen to use all of the available zones a/b/c within the London region

  • Both public and private subnets will be defined for each AZ, with the private subnets linked to NAT gateways in the public subnet via routing tables so that they have access to the internet but inbound connections from the internet is not possible

  • Public subnets are also accessible from the internet through an internet gateway attached via another routing table

  • Multiple security groups and NACL’s will need to be defined and chained

Notes/Questions:

  • The IP ranges for the subnets will need to be further discussed to ensure there is clarity in what is public/private and elasticity

  • Load balancers will need to be defined perhaps in a lower level diagram

  • Jumpbox/Bastion hosts may not be needed if we have the tools/monitoring

Security

Application