All Questions
Content language: English
Sort by most recent
why do every time I create 3cx instance for a customer. after installation I found 2 instances instead of 1?
How to create Greengrassv2 core device with AWS Sdk.
while we create 3 instances of EC2 under free trial then what should be the instance running time for each instance? I know the aws provide 750hrs for ec2 but confused in case of multiple instances.
Hello,
The amount of Routes per Border Gateway Protocol (BGP) session on a transit virtual interface is limited to 100.
See https://docs.aws.amazon.com/directconnect/latest/UserGuide/limits.html
How to monitor the amount of BGP routes on a transit virtual interface?
Thanks and BR,
Roman
PS: I don't find a cloudwatch metric for the amount of routes.
Assume a user connects via a Websocket connection to a server, which serves a personalized typescript function based on a personalized JSON file
So when a user connects,
- the personalized JSON file is loaded from an S3 bucket (around 60-100 MB per user)
- and when he types a Typescript/JavaScript/Python code is executed which returns some string a reply and the JSON-like data structure gets updates
- when the user disconnects the JSON gets persisted back to the S3-like bucket.
In total, you can think about 10,000 users, so 600 GB in total.
It should
- spin up fast for a user,
- should be very scalable given the number of users (such that we do not waste money) and
- have a global latency of a few tens of ms.
Is that possible? If so, what architecture seems to be the most fitting?
I have tried various options of Disaster Recovery options for SQL Server. There are two parts to This
FULL BACKUPS and then On-going Replication
1. Back Up and Restore - Took Automated backups ,native S3,Manual snapshots - cross region copied
But cannot satisfy the ongoing Replication condition
To satisfy the on-going repication
1. Restore from transactional Logs - cross region copying them and restoring PiTR-Xregion
2. Promoting Read Replica in Cross region
3. Restoring the Database from Cross region Automated Back Ups
4. Create a Full Back up restore, Using DMS and CDC -On going Replication
At best Multi Region but Second Region is only Read-Replica with almost zero RTO, RPO
but I am not able to get a solution for AWS Active -Active For Cross region
Can I replicate the DMS - Ongoing Replication CDC on both sides ?
I will try this and let you know
Any other solutions ?
Hello,
I have an API Gateway exposing a Java REST API. Each endpoint is integrated with a lambda function. There are several separate lambda functions, each one having its own handler. They are extending the same base class. The base class defines a static Hashmap inherited by each lambda function. One lambda function stores data in this Hashmap and another one is supposed to get the data. Each Lambda function is triggered by a separate HTTP request.
This works as expected when deployed in a CDI container as a singleton. But, when deployed to AWS, with the API Gateway, the lambda function supposed to get the data stored by the other one finds the hashmap empty. Meaning that, despite of being static, the hashmap is instantiated with any HTTP request.
This is equivalent to the CDI @RequestScoped annotation. Is there any way to configure the API Gateway endpoints such that to have the same effect like when using CDI @Singleton or @ApplicationScoped annotation ?
Many thanks in advance.
Nicolas
When [retrieving secrets using the AWS Parameters and Secrets Lambda Extension](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_lambda.html), does the cache get invalidated when a secret is rotated?
I can't find a concrete answer in the AWS documentation.
After creating a pipeline with CodePipeline with all the attendant resources (CodeCommit, CodeDeploy, EC2, IAM Roles, etc.), my pipeline has run successfully but I still can't access my EC2 instance online ("This site can't be reached error").
My code is very simple, I just want to run a starter app to learn how to use the pipeline; in fact, I'm using the SampleApp_Windows structure downloaded from this Github repo https://github.com/quangit/aws-codedeploy-samples-master/tree/master/applications. I didn't change anything in the code and my pipeline is showing success in all of the stages. But when I try to access the EC2 instance via the public DNS address provided, nothing happens.
I've already gone through the process of successfully deploying the SampleApp_Linux from the same Github repository and was able to access the app there (and since I'm using the same security group on my new Windows instance I don't think it's a firewall issue), so I really don't know what the issue could be other than there's something about how a Windows server works with CodePipeline that I don't know.
Any ideas would be appreciated!
Hi,
I followed the Amazon GameLift-UE4 tutorial series you guys have on youtube https://www.youtube.com/playlist?list=PLuGWzrvNze7LEn4db8h3Jl325-asqqgP2
And is working as expected, the one thing I want to change that I haven’t find a way to do it is to setup the fleet ID from within unreal. Right now, the fleet ID is hardcoded in the Gamelift-StartGameSession lambda function.
My problem is that I want to have several build/fleets sets to run different projects. as it is right now, I have to go and edit that function which is a hassle plus the most important thing is that I can’t run both projects at the same time.
Is there a way that I can set the fleet ID in unreal engine stead ?
Any help appreciated
If I disable, block, or delete keys in the external key store, how long will my data still be accessible in the cloud?
The only info I found was: "Caching of these keys can vary from 5 mins to 24 hrs, depending on the AWS service."
Does anyone have more details? How long does caching last for the different AWS services like EC2, S3, ...?
Hello,
I use from 3 years amazon SES for sending newsletter with a simple software called Sendy.co . I decide to change my software for sending in Acelle Email.
I migrate my user correctly and now I have a lot of compliants email from Italia Online for address @virgilio.it or @libero.it
My account is suspended.
But how is possible fix it? I really dont change anything! Just software for sending and respect privacy policy, gdpr, unsubscribe button etc!
Anyone has same problem?