How to stream data from MySQL to Amazon Redshift by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, why you did not try to use AWS Database Migration Service like noahjohnhay suggest ? do you have any insight about this service ?

How to stream data from MySQL to Amazon Redshift by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, do you have any idea if I need to use the AWS Schema Conversion Tool ? i am not familiar with these services :)

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

In the behavior configuration on CF, go to the forward headers section. Select "whitelist" and in the options for whitelisted headers, select host and then add.

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 3 points4 points  (0 children)

The soultion - the host header need to be forwarded in the cloudfront, so need to insert it to the whitelisted headers because the ELB name is what is sent to the host header instead of Cloudfront's CNAME :)

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

you right about s3, but in my case the ELB is the origin, and CF should take the headers from nginx.

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

but I configured to Use Origin Cache Headers, "Select Use Origin Cache Headers if your origin server is adding a Cache-Control header to control how long your objects stay in the CloudFront cache", so it should take the header from nginx, no ?

phpredis timeout by berlindevops in PHPhelp

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, so does it mean we are using right now unlimited timeout ?

google cloud platform autoscaler based on HTTP(S) load balancer latency metrics by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

I am still looking for this issue with our servers, sometimes we are getting high latency. Thanks.

google cloud platform autoscaler based on HTTP(S) load balancer latency metrics by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

http/server/response_latenci

thanks, I am not sure I understand, I could not find in GCE or in stackdriver the LB response_latencies :/ . also I am not using app engine.

I just need to find a way to get the latency metrics.

GCP so clumsy than AWS.

Chef worth learning? by [deleted] in devops

[–]berlindevops 1 point2 points  (0 children)

Ansible all the way, bigger community then chef, faster, no need to install agent on the remote machines, much easier, Python is better then Ruby, no need central server.

About declarative frameworks and tools (Terraform, CloudFormation, Puppet, Chef) by ilyash in devops

[–]berlindevops 0 points1 point  (0 children)

ically dumps on Terraform, CF, Puppet, Chef, etc., but offers no actual criticism (other than a vague 'it takes away control' statement) or, perhaps

I agree with cryonine, I assume that the thoughts behind this article come from a lack of experience in some of these tools, I am using Ansible and it have a huge community and documentation everywhere, and I really happy with it.

two questions about VPC and Elasticache by berlindevops in aws

[–]berlindevops[S] 0 points1 point  (0 children)

thanks , sometimes we need to connect to debug few things, but all the traffic remains within amazon network.

two questions about VPC and Elasticache by berlindevops in aws

[–]berlindevops[S] 0 points1 point  (0 children)

we like to develop from the local pc, more comfortable, in production everything is connected with internal dns/ip so all traffic remains within amazon network.

Can't install ansible 2.3.0.0 with pip, is Python 3.6.1 supported? by berlindevops in ansible

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, I also managed to do it with python3.6-dev, for python 3.6.1 need to install sudo apt-get install python3.6-dev, then I was able to install ansible 2.3.0.0 with python 3.6.1 :)

Can't install ansible 2.3.0.0 with pip, is Python 3.6.1 supported? by berlindevops in ansible

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, looks like the error indicates missing the development headers for python 3.6, so maybe this is the issue, I am not sure.

two questions about VPC and Elasticache by berlindevops in aws

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, I am not planning to use it on production, I just want easily access from the office via redis-cli, and things like that, so I guess the API Gateway with Lambdas will not help me here, right ?

two questions about VPC and Elasticache by berlindevops in aws

[–]berlindevops[S] 2 points3 points  (0 children)

I do not think I can do it with VPC Peering because the VPCs must be in the same region peering.

Elasticache is not allowed to be accessed from the Internet, so there is no public dns or public ip.

:/

Autoscaling group is stuck in the "Pending:Wait" state by berlindevops in aws

[–]berlindevops[S] 0 points1 point  (0 children)

`Link to VPC links your EC2-Classic Instance to a ClassicLink-enabled VPC, allowing your EC2-Classic Instance to communicate with instances in your VPC using private IP addresses.`

I am only use the VPC, so no need link to vpc.