From the course: Secure Generative AI with Amazon Bedrock

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Infrastructure security

Infrastructure security

- [Instructor] As a managed service, Amazon Bedrock is protected by the AWS Global Network Security. You use AWS-published API calls to access Amazon Bedrock through the network. Clients must support Transport Layer Security, that is TLS. It requires at least TLS 1.2 and recommends TLS 1.3. Cipher suites with perfect forward secrecy, such as DHE or ECDHE. Most modern systems, such as Java 7.0 and later, support these modes. Additionally, request must be signed by using an access key ID and a secret access key that is associated with an IAM principle, or you can use AWS Security Token Service, that is AWS STS, to generate temporary security credentials to sign request.

Contents