Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS Serverless IT 自动化


无服务器 IT 自动化

实现一个计划的 Lambda 函数来探索无服务器自动化。

计划的 Lambda 函数将在预定义的时间执行。

您可以使用 CloudWatch 事件来计划您的 Lambda 函数在特定时间运行。

这意味着对于常规任务没有服务器开销。


无服务器 IT 自动化工作原理

您可以使用 Step Functions 和 Lambda 创建一系列基于事件的操作。

例如,您可以设置一个 AWS Config 规则,即不允许安全组启用公共远程访问。

当安全组被修改时,会产生一个 CloudWatch 事件。

CloudWatch 事件会启动一个带有自定义代码的 Lambda 函数,该函数会检查安全组规则列表。

如果更新失败,它会删除规则并使用 Amazon SNS 发送电子邮件。


无服务器 IT 自动化视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


AWS 无服务器练习

通过练习测试自己

练习

计划的 Lambda 函数何时执行?

At  time

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.