Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with amazon-ec2
Search options not deleted user 424232
Amazon Elastic Compute Cloud (EC2) provides self-service, on-demand, pay-for-what-you-use computing infrastructure resources.
1 vote
1 answer
511 views
EC2 instance cross-reference within a CloudFormation template
I'm in a bit of a pickle here. I have a specific application (one that I cannot modify) which I need to automatically deploy on 3 AWS EC2 instances using CloudFormation, and I need all 3 of them to be …
0 votes
1 answer
1k views
Shared folders on EC2 Windows without Active Directory
I'm facing an issue with sharing folders on Windows Server. The application is as follows: There are 3 servers, one "source" and two "targets". The source has a service running on it, which occasiona …
0 votes
Shared folders on EC2 Windows without Active Directory
Well, after more tinkering it turns out this method does work, and the issues were caused due to other things I've missed. As Appleoddity correctly mentioned, this approach only works if the user not …
0 votes
1 answer
805 views
Managing dependencies with CloudFormation and CFN-SIGNAL
This might get a bit convoluted but I'll try to simplify. I have a CloudFormation template setting up 3 identical EC2 machines, and using cfn-init in the UserData script it pulls some automation code …