You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step-03: Create Record in Amazon Route 53 for route traffic to Application load balancer:
go to Route 53 >> Hosted zones >> cloud-ops.store >> Create record: here we need to create A record:
- Record name: app
- Record type: A – Routes traffic to an IPv4 address and some AWS resources
- alias: enabled
- Route traffic to: Alias to Application and Classic Load Balancer
- choose region: Singapore (ap-southeast-1)
- choose load balncer: select-your-load-balancer
- Routing policy: simple policy
- Evaluate target health: yes/enabled
- `create records` >> done.
Step-04: Request a public SSL/TLS certificate from Amazon
go to AWS Certificate Manager (ACM) >> Request certificate >>
- Certificate type: Request a public certificate
- Fully qualified domain name: app.cloud-ops.store or dev.cloud-ops.store
- Validation method: DNS validation - recommended
- Key algorithm: RSA 2048
- Request >>
- Next click on `certificate id` >> click on `create record in route53` >> create records >> done.
- Next go to hosted zone & refresh, now you get one entry is there for `C Record` for DNS validation
Step-05: Set up Load Balancer for HTTPS traffic with AWS Certificate Manager
Add listener in existing application-load-balancer for HTTPS request
go to existing load-balancer >> Listeners >> Add listener >>