- Mastering AWS Security
- Albert Anthony
- 102字
- 2021-07-02 15:44:07
Secure HTTPS access points
AWS provides API endpoints as a mechanism to securely communicate with their services; for example, https://dynamodb.us-east-1.amazonaws.com is an API endpoint for AWS DynamoDB (AWS NoSQL service) for us-east-1 (Northern Virginia) region. These API endpoints are URLs that are entry points for an AWS web service. API endpoints are secure customer access points to employ secure HTTPS communication sessions for enabling better security while communicating with AWS services. HTTPS uses Secure Socket Layer (SSL) / Transport Layer Security (TLS) cryptographic protocol that helps prevent forgery, tampering and eavesdropping. The identity of communication parties is authenticated using public key cryptography.
推薦閱讀
- 大學計算機基礎(第三版)
- 摩登創客:與智能手機和平板電腦共舞
- Mastering Objectoriented Python
- React Native Cookbook
- PostgreSQL技術內幕:事務處理深度探索
- Mastering Kali Linux for Web Penetration Testing
- SSM輕量級框架應用實戰
- TypeScript項目開發實戰
- Keras深度學習實戰
- Django Design Patterns and Best Practices
- Python 3 Object:oriented Programming(Second Edition)
- Go語言從入門到精通
- Android移動應用項目化教程
- 多媒體技術及應用
- 用Python動手學統計學