lol
I tend to discard CVs that have MCSE on them
Minesweeper Champion, Solitaire Expert!
I only have an MCSE and I'm not doing too badly.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
lol
I tend to discard CVs that have MCSE on them
Minesweeper Champion, Solitaire Expert!
I really don't see how they can have better uptime.
Economies of scale, for a bank, again doubtful but at best it will be really close
They put all their data in one s3 bucket and hoped for the best.Firstly, don't confuse high availability with disaster recovery. The replications for your main data storage should not be used for backups and retention. This was the very problem with Code Spaces who had all their data and backups on AWS and it was all wiped in a hack - they had no offline backups for disaster recovery so they went under:
https://threatpost.com/hacker-puts-hosting-service-code-spaces-out-of-business/106761/
S3 also offers long term storage options and you can also disable some actions by contacting the support, eg. delete.A lot of institutions are moving to disk based backups which would use a set of servers where the primary serves regular backups and ships to the secondary, but where deleting the data on the primary would not remove old backups from the secondary.
Even with this, they still often use tape backups to ensure there is a completely offline copy somewhere. No critical data would be backed up on only 1 tape. Usually it'll be stored online for 18months - 36months and would be on a full backup every month so there would be a number of tapes that could be recovered. Furthermore, it is standard practice to spot check tapes to ensure recovery.
You can store the data in many different regions in the world.Financial institutions also need to deal with different data sovereignty and legal issues which means it's usually not allowed to store data on all locations available from the vendor. For example, no data can be stored on US based servers due to their legislation around jurisdiction and ownership of data.
This really depends on how you created your application.I was suggesting that relying on SSL and the internal cloud encryption is insufficient. The problem is that the cloud provider stores both the encrypted data and the key.
Making an AWS account hack proof is really, really simple.This means that if a user account is hacked (like in the case of the iCloud hack) then the data is exposed.
AgreedIf a financial institution were to share data, I would advocate for a no knowledge type setup where the data is encrypted on the client. Then SSL and everything else becomes irrelevant and even if a user account is hacked, the hackers will not be able to read the data.