Network flow
We have looked at how the encryption with Amazon works and how you can secure the network via AWS PrivateLink when you are in Amazon VPC. Now, let us look at the network and data flow work behind the scenes for both invocation and model customization jobs.
On-demand architecture
With on-demand mode, you share the compute environment of the model with other users and are billed based on the usage, without any long-term commitments. Figure 12.3 shows the overview of the on-demand network architecture employed by Amazon Bedrock.
Figure 12.3 – On-demand compute environment architecture
Let us understand the figure in detail:
- In the middle, we have Amazon Bedrock service account, which acts as the entry point for all incoming requests. This account is managed and controlled by Amazon, ensuring secure and reliable access to the service. The Amazon Bedrock service is responsible for handling these incoming requests and routing...