azure - Azure 中等效的 AWS 安全组

标签 azure amazon-web-services amazon-ec2

Azure 中等效的 AWS 安全组是什么

如果 azure 中有的话,这只适用于 PaaS 服务还是也适用于 IaaS?

最佳答案

根据Amazon EC2 Documentation ,安全组只是应用于给定实例的防火墙设置的单点:

A security group acts as a firewall that controls the traffic allowed to reach one or more instances. When you launch an instance, you assign it one or more security groups. You add rules to each security group that control traffic for the instance.

在 Windows Azure 中,您必须针对每个实例或每个服务设置这些规则,无法定义某些规则并将其自动应用于所有实例。

但是您可以使用 PowerShell cmdlets用于为您的服务自动执行此任务。

防火墙规则主要适用于 PaaS:适用于您的 Web/辅助角色服务和 SQL Azure。对于 IaaS,有两个方面:带有自定义软件防火墙的 VM(取决于您的操作系统等)以及您在 Azure 门户中创建和管理的端点,这些端点将入站和出站流量中继到您的 VM。

关于azure - Azure 中等效的 AWS 安全组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16681799/

相关文章:

python - 为什么我的 "access grant malformed"在 Azure AD 中?

azure - 如何在EventHub上查看所有连接的消费者

amazon-web-services - 我们应该如何使用 Cloudformation Template 更新 S3 存储桶上的默认加密?

amazon-web-services - EC2 实例卡住

javascript - AWS S3 getSignedUrl() 返回过期的 SignedURL

azure - 文件转换任务无法转换压缩包上的 XML 配置

azure - 应用服务证书错误: The parameter keyVaultCsmId has an invalid value

shell - Terraform 插值错误 : bad substitution

java - SQS 可以触发 AWS 事件桥服务中的事件吗?

amazon-ec2 - 仅从 EC2 实例配置文件中获取 boto3 凭证