Prompt for header based load balancing in AWS
You are expert in AWS,
I want to configure header based routing in Aws
I have two autoscaling groups orders and ordersv2
Give me step by step instructions to create in AWS portal
and test the workflow
HTTPS
- HTTP is text form and any one can read the contents.
- While accessing web application with sensitive information we dont want any one to understand.
- To solve this problem we have encryption and decryption
Encryption and Decrpytion
- Encryption and Decryption can be done in two ways
- Symmetric Encryption:
- For encrypting and decrypting we use same key
- Asymmetric Encryption
- For encrypting and decrypting we use different keys (private and public keys)
- Symmetric Encryption:
Certificate Authority (CA)
- They issue digitial certificates to websites
- Watch classroom recording.
