我们有审计要求,可能要求我们回来并保存发出的电子邮件副本。 我们再利用亚马孙特殊学校发出电子邮件。
Is there any way to retain logs about the email and its contents or should I simply cc the email to some other email account to be used for auditing and trouble shooting later?
我们有审计要求,可能要求我们回来并保存发出的电子邮件副本。 我们再利用亚马孙特殊学校发出电子邮件。
Is there any way to retain logs about the email and its contents or should I simply cc the email to some other email account to be used for auditing and trouble shooting later?
您可使用AWS YunTrail, 后者跟踪包括SES在内的所有预报器。 当你为SES提供云层铁路时,你的所有活动都存放在S3桶内,你可以随时找回。
保存寄送电子邮件的复印件,实际上在安全总局内没有本土特征。 但是,在S3上储存收到的电子邮件副本有其特点。 因此,如果你想接收或接收电子邮件箱,那么你可以照此办理http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-s3.html>。 它是一片 ha,但努力程度低。
如果对某人有帮助,则考虑将Amazon SES活动目的地作为这项任务的解决办法。
In MWAA startup script sudo yum install samba-client cifs-utils -y sudo mount.cifs //dev/test/drop /mnt/dev/test-o username=testuser,password= pwd ,domain=XX Executing above commonds giving error - ...
How can I deploy a Django project that uses MongoDB to AWS? I have a project made using Django and have been using MongoDB and its Compass app and was wondering if you could deploy said project and ...
I ve looked through the documentation, I ve tried downloading various example code, and I ve tried hacking various permutations. After a full day s worth of work, I m spent, and throwing in the towel. ...
We have been manually been keying Amazon orders into our system and would like to automate it. However, I can t seem to figure out how to go about it. Their documentation is barely there. There is: ...
I want to use Amazon S3/CloudFront to store flash files. These files must be private as they will be accessed by members. This will be done by storing each file with a link to Amazon using a mysql ...
actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS configuration files need to be updated for that I ...
I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic surges that (I m assuming) ...
We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...