SCS-C03 Exam Question 61

A company is running an application on Amazon EC2 instances in an Auto Scaling group. The application stores logs locally. A security engineer noticed that logs were lost after a scale-in event. The security engineer needs to recommend a solution to ensure the durability and availability of log data. All logs must be kept for a minimum of 1 year for auditing purposes.
What should the security engineer recommend?
  • SCS-C03 Exam Question 62

    A company begins to use AWS WAF after experiencing an increase in traffic to the company's public web applications. A security engineer needs to determine if the increase in traffic is because of application-layer attacks. The security engineer needs a solution to analyze AWS WAF traffic.
    Which solution will meet this requirement?
  • SCS-C03 Exam Question 63

    A company wants to establish separate AWS Key Management Service (AWS KMS) keys to use for different AWS services. The company ' s security engineer created the following key policy to allow the infrastructure deployment team to create encrypted Amazon Elastic Block Store (Amazon EBS) volumes by assuming the InfrastructureDeployment IAM role:
    {
    " Version " : " 2012-10-17 " ,
    " Id " : " key-policy-ebs " ,
    " Statement " : [
    {
    " Sid " : " Enable IAM User Permissions " ,
    " Effect " : " Allow " ,
    " Principal " : {
    " AWS " : " arn:aws:iam::123456789012:root "
    },
    " Action " : " kms:* " ,
    " Resource " : " * "
    },
    {
    " Sid " : " Allow use of the key " ,
    " Effect " : " Allow " ,
    " Principal " : {
    " AWS " : " arn:aws:iam::123456789012:role/aws-reserved/sso.amazonaws.com/InfrastructureDeployment "
    },
    " Action " : [
    " kms:Encrypt " ,
    " kms:Decrypt " ,
    " kms:ReEncrypt* " ,
    " kms:GenerateDataKey* " ,
    " kms:DescribeKey " ,
    " kms:CreateGrant " ,
    " kms:ListGrants " ,
    " kms:RevokeGrant "
    ],
    " Resource " : " * " ,
    " Condition " : {
    " StringEquals " : {
    " kms:ViaService " : " ec2.us-west-2.amazonaws.com "
    }
    }
    }
    ]
    }
    The security engineer recently discovered that IAM rolesother thanthe InfrastructureDeployment role used this key for other services.
    Which change to the policy should the security engineer make to resolve these issues?
  • SCS-C03 Exam Question 64

    A company runs several applications on Amazon Elastic Kubernetes Service (Amazon EKS). The company needs a solution to detect any Kubernetes security risks by monitoring Amazon EKS audit logs in addition to operating system, networking, and file events. The solution must send email alerts for any identified risks to a mailing list that is associated with a security team.
    Which solution will meet these requirements?
  • SCS-C03 Exam Question 65

    A company has contracted with a third party to audit several AWS accounts. To enable the audit, cross- account IAM roles have been created in each account targeted for audit. The auditor is having trouble accessing some of the accounts.
    Which of the following may be causing this problem? (Select THREE.)