Posts

Showing posts from December, 2022

Cloud Security Interview Questions.

What is patch management in AWS ?  Patch management in AWS refers to the process of identifying, testing, and applying software updates and security patches to instances and other resources running in the AWS environment. This can include updates to the operating system, application software, and other system components that are critical for maintaining the security and stability of the environment. AWS provides several tools and services to help with patch management, such as AWS Systems Manager, AWS Auto Scaling, and AWS Elastic Beanstalk, that enable customers to automate the process of identifying and applying updates. Additionally, AWS also provides patch baselines which allows customers to specify which patches should be applied to their instances, and when. This helps customers to ensure that their instances are always up-to-date with the latest security patches and other updates. Cors and CSP ? CORS (Cross-Origin Resource Sharing) and CSP (Content Security Policy) are two w...