Hi all
I used the Landing Zone Accelerator (LZA) to create infrastructure to make my env FedRAMP compliant - https://aws.amazon.com/blogs/publicsector/support-fedramp-cmmc-compliance-landing-zone-accelerator-aws/. But when I deployed AWS Config Conformance Pack for FedRAMP - https://docs.aws.amazon.com/config/latest/developerguide/operational-best-practices-for-fedramp-moderate.html, I could see so many of LZA created resources are not compliant. For example, in the Audit account:
cloudwatch-log-group-encrypted:
/AWSAccelerator-SecurityHub
/aws/lambda/AWSAccelerator-LoggingSta-AutoScalingServiceLinked-xyzxyzxyz
...
cw-loggroup-retention-period-check:
/aws/lambda/aws-controltower-NotificationForwarder
...
lambda-inside-vpc:
AWSAccelerator-LoggingSta-AutoScalingServiceLinked-xyzxyzxyz
AWSAccelerator-LoggingSta-AutoScalingServiceLinked-xyzxyzxyz
...
AWSAccelerator-NetworkVpc-CustomDeleteDefaultVpcCu-xyzxyz
AWSAccelerator-NetworkVpc-CustomGetResourceShareCu-xyzxyz
....
sns-encrypted-kms:
arn:aws-us-gov:sns:us-gov-east-1:[account-id]:aws-controltower-AggregateSecurityNotifications
arn:aws-us-gov:sns:us-gov-east-1:[account-id]:aws-controltower-AllConfigNotifications
arn:aws-us-gov:sns:us-gov-east-1:[account-id]:aws-controltower-SecurityNotifications
...
Some of them can be remediated manually, but some cannot, e.g., lambda-inside-vpc since I am not sure I can move the Lambda functions into VPCs and the LZA works as expected.
Is it ok that the LZA resources are not compliant to FedRAMP for applications' FedRAMP compliance? I.e., can I say that it should be ok since those resources has nothing to do with the application, those non-compliant resources does not impact FedRAMP compliance?
Or did I miss anything when I deployed the LZA, e.g., config option, to make all the deployed resources compliant to FedRAMP?
Thanks.