AWS security 培训笔记

云计算的好处

  • Amazon S3 (Storage)
  • Amazon EC2 (Compute)

上图aws 的几个支柱:安全是其中一个啦

其中安全有几个方面

  • IAM
  • detection
  • 基础架构保护
  • 数据保护
  • 应急响应

关于云供应商的责任

data center 原来长这样 ,据说非常之隐蔽的

如果有天退役了,物理破坏掉

https://aws.amazon.com/compliance/data-center/data-centers/

AWS regions

如何选region

IAM

https://docs.aws.amazon.com/IAM/latest/UserGuide/id.html

WAF

Well architected tool: https://aws.amazon.com/well-architected-tool/

/

https://docs.aws.amazon.com/wellarchitected/latest/framework/security.html

On AWS compliance: https://aws.amazon.com/compliance/

Whitepaper: https://docs.aws.amazon.com/whitepapers/latest/introduction-aws-security/security-of-the-aws-infrastructure.html

相关推荐
你想知道什么?5 分钟前
决策树-学习笔记
笔记·学习·决策树
hongmai66688842 分钟前
ESP32-C5-WROOM-1-N16R8:双频Wi-Fi 6与多协议融合,重新定义物联网连接新标准
笔记·嵌入式硬件·物联网·智能路由器·risc-v
风曦Kisaki43 分钟前
Kubernetes(K8s)笔记Day04:控制器(ReplicaSet 与Deployment),滚动更新及回滚,滚动更新策略,Pod 的 DNS 策略
linux·运维·笔记·docker·容器·kubernetes
星恒随风1 小时前
C++ STL 详解:set 与 multiset 的使用、区间查询和算法应用
开发语言·c++·笔记·学习·算法
xx24061 小时前
前端性能优化笔记
前端·笔记·性能优化
是上好佳佳佳呀2 小时前
【机器学习|DAY06】集成学习(Ensemble Learning)笔记
笔记·机器学习·集成学习
kdxiaojie2 小时前
Linux 驱动研究 —— V4L2 (14)
linux·运维·笔记·学习
数智化管理手记5 小时前
手工统计指标误差大、效率低?指标管理系统如何告别人工算数痛点?
大数据·运维·数据库·人工智能·云计算
Dawn-bit13 小时前
Linux磁盘管理详解
linux·运维·服务器·计算机网络·云计算
FellAveal15 小时前
【Go语言入门学习笔记】Part18.工作池与WaitGroup(也即协程池)
笔记·学习·golang