Best Security Practices

0

What are some of the best security practices, so far I know of:

  1. Use MFA for root acount
  2. Use a key pair for any instance
  3. Setup HTTPS version of the site

Is there any pages that can let me to proper setup?

已提问 2 年前456 查看次数
4 回答
2

Please review Security Pillar of AWS Well-Architected Framework - The focus of this paper is the security pillar of the AWS Well-Architected Framework. It provides guidance to help you apply best practices, current recommendations in the design, delivery, and maintenance of secure AWS workloads. https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/welcome.html

profile pictureAWS
专家
Deep_K
已回答 2 年前
0

There are many things to describe security for AWS console and AWS well architecture frame work some are listed

  1. VPC must b private
  2. Subnet with private and public multi AZ with using NAT gateway
  3. if using RDS it should be private and only can accessible with private VPC or linked resources with private VPV and if you want to connect it remotely so use open vpn
  4. Always user and make roles and policy to use any AWS service in side of any other Aws service

And many more you can see in this given link https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/security.html

已回答 2 年前
0

Hi! Great question.

This is a long and complex answer as there are many best security practices for operating securely in AWS. Keep in mind there's no comprehensive checklist, more recommendations and best practices that will help you in your secure cloud journey!

This AWS Whitepaper is a great read on security responsibility and the shared responsibility model: https://docs.aws.amazon.com/whitepapers/latest/aws-overview/security-and-compliance.html

For starters (and the well-architected framework,

jsonc
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则