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
Search options not deleted user 401511

Amazon Web Services (AWS) delivers a set of services that together form a reliable, scalable, and inexpensive computing platform "in the cloud". If you have a question about a specific web service, consider asking on its tag, e.g., amazon-ec2.

2 votes
1 answer
60 views

AWS,how to configure domain to use nameservers?

I am newbee to AWS.I am in the process of creating Route 53 hosted zone. jholmes.my domain.com NS ns-1408.awsdns-54.org. ns-510.awsdns-01.net. n …
MikiBelavista's user avatar
2 votes
1 answer
69 views

Is my route53 cluster domain set up properly?

I got this output with dig dig NS markovic.mydomain.com. ; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> NS markovic.mydomain.com. ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, sta …
MikiBelavista's user avatar
0 votes
0 answers
28 views

Why did my AWS ELB failed? No route to host

I have tried to install Jenkins on Kubernetes cluster,but can not connect to my ELB k get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE jenkins ClusterIP 10 …
MikiBelavista's user avatar
1 vote
1 answer
822 views

aws_launch_configuration errors with Terraform

I have slightly changed An introduction to Terraform code. My goal is to deploy cluster of web servers My code,main.tf provider "aws" { region = "eu-central-1"} resource "aws_launch_configuration" " …
MikiBelavista's user avatar
0 votes
1 answer
412 views

Failed to load root config module: Error parsing /home/milenko/brikman/main.tf: At 41:1: her...

I am trying to run terraform.This is my main.tf provider "aws" { region = "eu-central-1"} resource "aws_instance" "example" { ami = "ami-df8403b0" instance_type = "t2.micro" vpc_security_group …
MikiBelavista's user avatar