My Docs
DeploymentTrelloCalendar 🗓 Family Promise Roadmap
LAMBDA_LABS_Family_Promise
LAMBDA_LABS_Family_Promise
  • Home
  • navigation
    • Resume
    • My Notes:
    • NAVIGATION
    • Calendar
    • Youtube:
    • Roadmap:
    • TEAM MEMBERS
    • Running List Of Notes Links & Pertinent Info From Meetings
    • Trello
      • Github/Trello Integration
  • UX
    • UX_TOPICS
      • Action Items:
      • Accessibility
      • Figma Notes
        • Tables In Figma
        • Notes
        • Frames in Figma
        • Prototyping In Figma
        • More Notes
      • UX-Design
        • Facebook Graph API
      • Ant Design
        • ANT Components
          • Buttons
        • ANT DOCS
        • Application (Codesandbox)
      • Examples
      • How to add external URL links to your prototype
  • CANVAS
    • Interview
    • Design
      • What's Inclusive Design?
      • Accessibility
      • What are Design Systems?
    • Canvas
      • Career Readiness:
    • Notes
      • User Experience Design
      • User Research
      • Interaction Design
    • UX-Engineer
      • Accessibility
      • Patterns
      • Design Tools
      • UX Principles
      • Design Critiques
      • Product Review
      • Quiz
      • Seven Principles of Design
      • Other Articles
    • Labs
  • Front End
    • Frontend:
    • Redux
  • Back End
    • Backend:
      • API
  • Research
    • Research Navigation
      • Front End
      • Back End
      • UX
      • PTM
      • General
  • DS_API
    • Data Science API
  • ROLES
    • TEAM ROLES
      • Bryan Guner
  • Action Items
    • Trello
    • Maps
  • ARCHITECTURE
    • DNS
    • AWS
    • Heroku
  • Questions
    • From Previous Cohort
  • Standup Notes
    • Meeting Notes
      • Stakeholder Meeting 1
      • 9/29/2021
  • GitHub & Project Practice
    • GitHub
      • Github Guide
      • Github Actions:
      • Live Implementation
  • MISC
    • MISCELLANEOUS
      • Links
  • Background Information
    • Background Info
      • Swagger OPEN API SPECIFICATION
        • Swagger Docs (General)
      • GITHUB:
        • Git Bash
        • Git Prune:
  • DOCS
    • DS AP
    • What is JSON Web Token?
      • Environment Variables
      • Git Rebase:
      • Git Workflow:
      • Linting and Formatting
    • Project Docs
      • Eng-Docs-Home
      • Basic Node API
      • Contributing to this scaffold project
      • Examples:
    • PROJECT DESCRIPTION (Feature List)
    • Labs Learners Guide
    • REACT
      • Create React App
      • Awesome React
    • Labs Engineering Docs
      • Okta Basics
      • Roadmap
      • Repositories
  • Workflow
    • Workflow
    • Advice
  • AWS
    • AWS
      • Elastic Beanstalk
        • Elastic Beanstalk DNS
      • Amplify:
        • Amplify-DNS
    • Account Basics
    • AWS-Networking
  • Career & Job Hunt
    • Career
  • LABS
    • Introduction
    • User Stories
    • Why Pairing?
    • GitHub
    • Planning as an Engineer
    • Authentication and Authorization
      • Authentication VS Authorization
    • Giving Feedback
    • Modules Grades Understanding Your ISA
    • Rest Architecture
Powered by GitBook
On this page
  • AWS Networking
  • Overview
  • The Product Domain
  • Product Hosted Zone
  • Product SSL Certificate

Was this helpful?

  1. AWS

AWS-Networking

PreviousAccount BasicsNextCareer

Last updated 3 years ago

Was this helpful?

AWS Networking

Please be sure to review, bookmark and follow all the AWS related standards in the .

Only APLs will have permissions to modify AWS network settings for a product account.

Overview

General network setup for an AWS Product Account requires:

  • A product domain

  • An AWS Hosted Zone to handle DNS requests for the domain

  • An SSL Certificate to enable SSL protection

The Product Domain

Each Product will have one and only one domain that will be used for all network traffic to all endpoints in all projects. Please refer to the for naming details.

The product Hosted Zone must be created before you can register the product domain name. This is because the name servers in the hosted zone must be listed in the domain registration.

If these don't match, DNS doesn't work.

However, domain registrations can always be updated by an engineering manager should they change for some reason.

Product Hosted Zone

Setup Hosted Zone

  1. Navigate to the Route 53 service in the product account

  2. Click 'Hosted Zones' on the menu to see the list of hosted zones

  3. You should see one hosted zone with a domain name matching your product domain name

  4. If not, you can click 'Create Hosted Zone'

    1. The domain name is your product domain name

    2. Public Hosted Zone

    3. No tags required

    4. Click create

When you create a new Hosted Zone in Route 53, AWS will assign a set of 4 name servers. You'll need to provide these name servers to your Engineering Manager so they can configure them in the domain registration record via our domain registrar.

You'll need to occasionally make modifications to your hosted zone records, you'll find those instructions embedded in these guides under specific services, such as Elastic Beanstalk.

Product SSL Certificate

Every internet-facing product should be protected using an SSL certificate. You'll use the AWS Certificate Manager to create this certificate, which can then be used with various services.

  1. Navigate to the Certificate Manager service

  2. 'Request a Certificate'

  3. 'Request a public certificate'

  4. Ensure these 4 names are listed on the certificate:

    1. The root domain (e.g. ecosoap.dev)

    2. All first-level subdomains (e.g. *.ecosoap.dev)

    3. All subdomains under api (e.g. *.api.ecosoap.dev)

    4. All subdomains under ds (e.g. *.ds.ecosoap.dev)

  5. Click Next

  6. Choose 'DNS Validation'

  7. No tags are required

  8. Click 'Review' then 'Confirm and Request'

  9. For each of the names on the certificate, click the triangle and then click the button to add the entry to the hosted zone.

  10. After some time, around 10 minutes, the certificate should be fully validated and ready to use.

You'll use this certificate as part of other services. You'll find those instructions embedded in these guides under specific services, such as Elastic Beanstalk.

An is a DNS resource for controlling name resolution for a domain. Each AWS Product Account will have a hosted zone setup to handle name requests for the product domain.

Labs Engineering Standards
Labs Engineering Standards
AWS Hosted Zone