-
Couldn't load subscription status.
- Fork 4.3k
feat(iot): device certificate age check audit configuration #33816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 15 commits
e4f1db0
b5f8fe5
bd34d1d
78216c7
1eeb527
e426f1b
a025415
9a35c47
c83d981
242c47d
1932e46
04ad544
12a8b41
4d850ba
cdea97c
0a57656
05f0e6e
c31d5c0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CFn docs say the min is 1 and the max is 64. Just to confirm — this is clearly a mistake in the docs, right?
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-certagecheckcustomconfiguration.html#aws-properties-iot-accountauditconfiguration-certagecheckcustomconfiguration-properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mazyu36
Thank you for pointing this out!
At the time of creation, the CloudFormation specification was supposed to be 30-3652 days. It seems the specifications have changed...
I will test what settings are actually possible and make various adjustments accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mazyu36
The official documentation states that the valid range is 30 to 3652 days, which matches what is shown in the management console.
Therefore, I think the cfn document may be wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created a new issue in the cloudformation roadmap.