AWS Quicksight Scheduling Report Delivery [closed] - amazon-web-services

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Does AWS Quicksight have method of sending reports everyday to a user by email automatically? We want users ability to subscribe to reports. This way, everyone does not have to login to Quicksight web portal, but see the reports in email inbox. We require ability to schedule reports, eg one report comes everyday at 10 am, other one comes once a week at 3 pm. Thank you,

No, As of 06/27/2018 AWS QuickSight has no such way to export Report/Schedule Report and send automated email.
However you can schedule data refresh as mentioned in
https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html#schedule-data-refresh

Related

what should i do, if aws accidentally remove my instance? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 months ago.
This post was edited and submitted for review 8 months ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I'm a regular aws user and last week one of my accounts was under hold due to account verification. During this period of time, I can't access my aws account and my running instance is stopped. Last weekend they removed the account hold issue, and I can access my aws account. But the problem is there are no instances. I have a client and I run their CRM In that instance, it is a production server.I submitted a ticket and after 3 days they agreed that during the account verification time they apparently deleted my instance. I haven't got any updates till now. It's already 10 days. The customer is frustrating me because they want the running CRM. I don't have any backup for the database. Anyone who has had the same issue before, please share your experience and please suggest any idea about what step I should take next.
I have the email chat and all the records.
I don't have any backup for the database.
Then your database is gone. Sadly you have to start from scratch and make sure in future to make backups.

Need basic AIOps implementation example for log monitoring in AWS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 months ago.
Improve this question
AIOps seems like a very interesting topic. I also watched AWS Summit presentation on this.
I have a logging nad monitoring solution where all system and application logs of all EC2 and EKS are forwarded cloudwatch log group.
To get a jump start on AIOps, how can I use AI to predict/preempt incidents?
Just discovered cloudwatch already provides a fair amount of IOps already built in.
"Cloudwatch Anomaly Detection" - this seems to do the trick!
Very nice video on this available here - https://youtu.be/8umIX-pUy3k

What is the best aws service to host a menu? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I am building a food ordering service api. So far I have lambda to process adding items to the cart and process payments. I want to ask before I pick a service to host the menu. I have a csv of menu items that I would like to upload where it has the attributes: name, price, spicy, vegetarian, etc. I was thinking of using DynamoDB, is this the best service for what I am trying to accomplish?
Start with your data sitting in a (protected) s3 bucket - you probably aren't going to need a database for such a small amount of data.

Google Firebase Vs Amazon AWS for complex queries [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I'm currently working on a react-native project similar to Instagram using Firebase Real-time database and Storage. I was considering switching to Amazon AWS as with firebase complex queries are not supported. Does Amazon AWS provide something more or should I just stick with Firebase?
Amazon AWS is much more complex I would say, it also requires more experience. If you don't have huge data on background and Firebase has all features which you are planning to use, stay on Firebase.

AWS QuickSight, can I publish some report into my own web application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
My team and I are making a web application that needs to have reporting part in it. Can we display QuickSight dashboards in our application and how?
Thank you in advance! :)
Since November 2018, embedding dashboards is supported.
This functionality is now supported. Check the blog article on Embed interactive dashboards in your application with Amazon QuickSight.