I hereby claim:
- I am snandam on github.
- I am askjeev (https://keybase.io/askjeev) on keybase.
- I have a public key ASDNzb1dsMqfClN6vkTVa7TycNTVHLaFjt_jSD1B0HsCIQo
To claim this, I am signing this object:
``` | |
Attempted to send a bulk request to Elasticsearch configured at '["https://foo.us-east-1.es.amazonaws.com:443"]', but an error occurred and it failed! Are you sure you can reach elasticsearch from this machine using the configuration provided? {:client_config=>{:hosts=>["https://foo.us-east-1.es.amazonaws.com:443"], :region=>"us-east-1", :aws_access_key_id=>"key", :aws_secret_access_key=>"key", :transport_options=>{:request=>{:open_timeout=>0, :timeout=>60}, :proxy=>nil}, :transport_class=>Elasticsearch::Transport::Transport::HTTP::AWS, :logger=>nil, :tracer=>nil, :reload_connections=>false, :retry_on_failure=>false, :reload_on_failure=>false, :randomize_hosts=>false, :http=>{:scheme=>"https", :user=>nil, :password=>nil, :port=>443}}, :error_message=>"[400] {\"error\":\"ElasticsearchIllegalArgumentException[explicit index in bulk is not allowed]\",\"status\":400}", :error_class=>"Elasticsearch::Transport::Transport::Errors::BadRequest", :backtrace=>["/opt/logstash/vendor/bundle/jruby/1.9/gems/elasticsearc |
# For more information on configuration, see: | |
# * Official English Documentation: http://nginx.org/en/docs/ | |
# * Official Russian Documentation: http://nginx.org/ru/docs/ | |
user nginx; | |
worker_processes auto; | |
error_log /var/log/nginx/error.log; | |
pid /var/run/nginx.pid; | |
# Load dynamic modules. See /usr/share/nginx/README.dynamic. |
#!/bin/bash | |
aws ec2 \ | |
--region us-east-1 describe-images \ | |
--filters \ | |
'Name=architecture,Values=x86_64' \ | |
'Name=root-device-type,Values=ebs' \ | |
'Name=state,Values=available' \ | |
'Name=virtualization-type,Values=hvm' \ | |
'Name=image-type,Values=machine' \ |
#-------------------------------------------------------------- | |
# Create an EC2 machine, bootstrap with ansible | |
# | |
resource "aws_instance" "ec2-linux" { | |
ami = "ami-a4c7edb2" | |
vpc_security_group_ids = ["${aws_security_group.allow-all-test-sg.id}"] | |
key_name = "${var.private_ssh_key}" | |
instance_type = "t2.nano" |
I hereby claim:
To claim this, I am signing this object:
#################### | |
# IAM user need to have "ec2:DescribeInstanceTypeOfferings" permission to be able to run this | |
#################### | |
#!/bin/bash | |
instance_type=g5g.2xlarge | |
echo "Region $instance_type Availability" | |
echo "------ -------------------------" |
{ | |
"$schema": "https://schema.management.azure.com/schemas/0.1.2-preview/CreateUIDefinition.MultiVm.json#", | |
"handler": "Microsoft.Azure.CreateUIDef", | |
"version": "0.1.2-preview", | |
"parameters": { | |
"basics": [ | |
{ | |
"name": "vmName", | |
"type": "Microsoft.Common.TextBox", | |
"label": "Virtual Machine Name", |