This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoinstall: | |
version: 1 | |
interactive-sections: | |
- identity | |
- locale | |
- keyboard | |
source: | |
search_drivers: true | |
storage: | |
version: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/path/to/your_python | |
# | |
# Confirmation of Amazon SNS Subscription with disabled `Unsubscribe` Link. | |
# cf. https://aws.amazon.com/premiumsupport/knowledge-center/prevent-unsubscribe-all-sns-topic/ | |
# | |
# Usage: ./confirm_sns_subs_with_disabled_unsubs_link.py <URL_to_confirm_SNS_Subscrption> | |
# | |
import sys |