我能够使用Elastic Beanstalk命令使用VPC创建eb-cli环境
eb create --vpc
这要求我配置几个选项:
Enter an RDS DB username (default is "ebroot"): ...
Enter an RDS DB master password: ...
Retype password to confirm: ...
Enter the VPC ID: ...
Do you want to associate a public IP address? (Y/n): ...
Enter a comma-separated
因此,我尝试通过私有网络将Redis内存存储实例连接到Cloud Run,因此我需要create a Redis instance on a Shared VPC network from a service project. 我有除SERVICE_PROJECT_ID之外的所有变量的值。这是什么?我如何为自己创建/找到一个?
我想为我的弹性豆柄网络应用程序和RDS postgres db db设置一个VPC。我尝试创建一个VPC,但遇到了一些问题:
我去了VPC on AWS -> Launch VPC Wizard -> VPC with Public and Private Subnets。我不知道该使用什么配置。例如,我应该设置什么Elastic IP Allocation ID?我需要设置VPC名称吗?
在我创建这个之后,我准备好将它添加到EBS和RDS中了吗,还是我还需要做些什么呢?谢谢!
我已经有一个私有网络(使用CDK创建)和一个未处于挂起状态的临时网关(手动创建)。我现在正在尝试修改堆栈以创建VPC中继网关附件,但我的代码找不到中继网关。代码如下: // create a VPC attachment to the transit gateway
var transitGatewayAttachment = new CfnTransitGatewayAttachment(this, "TransitGatewayAttachment", new CfnTransitGatewayAttachmentProps
{
VpcId = Vpc.VpcI
抱歉,因为我仍在学习亚马逊网络服务,目前我正在探索使用运行Windows Server IIS的专用EC2通过站点到站点虚拟专用网络/VPC连接到内部DC的数据库,除了数据库连接/端口之外,我将允许通过虚拟专用网络访问EC2。
但是,我希望用户能够从公共访问IIS、HTTP和HTTPS。它的步骤或要求是什么,我读到过它需要ELB?感谢你的反馈,希望能给我指出正确的方向或资源。谢谢。
如何获取非默认私有网络中的安全组列表?我先创建一个私有网络,然后在其中创建安全组。在后面的代码中,我需要按名称查找安全组,所以我执行了一个describe_security_groups()调用,但是我得到了这个错误,因为代码只列出了默认VPC中的安全组。
EXCEPTION An error occurred (InvalidGroup.NotFound) when calling the DescribeSecurityGroups operation: The security group 'elb_security_group' does not exist in de